@charset "UTF-8";

.product-block {
  padding: 45px 0 44px;
}

.section-heading__text {
  font-size: 1.8rem;
  padding-top: 13px;
}

.section-heading__text::before {
  width: 30px;
  height: 6px;
}

.section-heading__anchor {
  font-size: 1.1rem;
  padding-right: 25px;
}

.section-heading__anchor::after {
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
}

.about-block {
  padding: 40px 0;
}

.about-block__perfix {
  font-size: 1.4rem;
  text-align: justify;
  font-weight: 500;
  margin-top: 25px;
}

.about-block__list {
  margin-top: 31px;
}

.about-block__item {
  width: 100%;
}

.about-block__item:not(:first-child) {
  margin-top: 31px;
}

.about-block__item .about-block__photo {
  height: 110px;
}

.about-block__item:nth-child(1) .about-block__photo .image {
  width: 130px;
  margin-top: 8px;
}

.about-block__item:nth-child(2) .about-block__photo .image {
  max-width: 40px;
  margin-top: 5px;
}

.about-block__item:nth-child(3) .about-block__photo .image {
  max-width: 57px;
  margin-top: 5px;
}

.about-block__item:nth-child(4) .about-block__photo .image {
  max-width: 77px;
  margin-top: 0;
}

.about-block__en {
  font-size: 1.3rem;
}

.about-block__item .about-block__photo::after {
  width: 27px;
  height: 27px;
  top: calc(50% - 13px);
}

.about-block__title {
  font-size: 1.2rem;
}

.news-block {
  padding: 40px 0 38px;
}

.news-block__list {
  margin-top: 27px;
  padding: 10px 17px 16px;
}

.news-block__item {
  padding: 21px 5px;
}

.news-block__item:first-child {
  border-top: 0;
}

.news-block__item:last-child {
  border-bottom: 0;
}

.news-block__item a {
  flex-wrap: wrap;
}

.news-block__date {
  flex: 0 0 100%;
  margin-right: 0;
}

.news-block__title {
  width: 100%;
}

.brand-block {
  padding: 40px 0 45px;
}

.brand-block__list {
  margin-top: 30px;
}

.brand-block__item {
  width: 47.76%;
}

.brand-block__item:nth-child(n+3) {
  margin-top: 15px;
}